Keysight Pathwave 89600 VSA .NET API
Item Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > RemotableCollection<T> Class : Item Property


index
Index of the item.

Glossary Item Box

Get the item at a specified index.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
C# 
public T this[ 
   int index
]; {get;}
C++/CLI 
public:
property T^ default [int] {
   T^ get(int index);
}

Parameters

index
Index of the item.

Property Value

The item.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also